projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa22f7
)
* nsfns.m (ns_frame_parm_handlers): Add a slot for the
author
Jan D
<jan.h.d@swipnet.se>
Tue, 17 Aug 2010 21:05:26 +0000
(23:05 +0200)
committer
Jan D
<jan.h.d@swipnet.se>
Tue, 17 Aug 2010 21:05:26 +0000
(23:05 +0200)
x_set_tool_bar_position handler.
src/ChangeLog
patch
|
blob
|
history
src/nsfns.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index c1295e6bd2925b5ec21916dd7ffa7792c1a49ce1..6e4d3379bebc34e877cb0f5c368ef5ee5a0dd7a3 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsfns.m (ns_frame_parm_handlers): Add a slot for the
+ x_set_tool_bar_position handler.
+
2010-08-17 Eli Zaretskii <eliz@gnu.org>
* w32fns.c <w32_frame_parm_handlers>: Add a slot for the
diff --git
a/src/nsfns.m
b/src/nsfns.m
index aac2ef0ed3a9a4a09c7b8ecf89e7a3be462aaeaf..576131e0bdf7654cffe12a6777bc41a52e471ed6 100644
(file)
--- a/
src/nsfns.m
+++ b/
src/nsfns.m
@@
-1041,6
+1041,7
@@
frame_parm_handler ns_frame_parm_handlers[] =
x_set_font_backend, /* generic OK */
x_set_alpha,
0, /* x_set_sticky */
+ 0, /* x_set_tool_bar_position */
};